home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Summary / card_12450.txt < prev    next >
Text File  |  1990-04-09  |  7KB  |  343 lines

  1. -- card: 12450 from stack: in
  2. -- bmap block id: 13087
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Emerging Markets
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   show card field id 135
  9. end closeCard
  10.  
  11. on idle
  12.   pass idle
  13. end idle
  14.  
  15.  
  16.  
  17.  
  18. -- part 121 (button)
  19. -- low flags: 00
  20. -- high flags: A003
  21. -- rect: left=417 top=281 right=303 bottom=483
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: GO BACK
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   play harpsichord d4
  33.   visual scroll right
  34.   pop card
  35. end mouseUp
  36.  
  37.  
  38.  
  39.  
  40. -- part 126 (button)
  41. -- low flags: 00
  42. -- high flags: A003
  43. -- rect: left=324 top=281 right=303 bottom=390
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: HELP
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   play harpsichord b4
  55.   visual effect barn door open
  56.   domenu home
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 135 (field)
  63. -- low flags: 00
  64. -- high flags: 2004
  65. -- rect: left=326 top=211 right=251 bottom=484
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 21
  70. -- text size: 10
  71. -- style flags: 0
  72. -- line height: 13
  73. -- part name: 
  74.  
  75.  
  76. -- part 131 (field)
  77. -- low flags: 80
  78. -- high flags: 2004
  79. -- rect: left=319 top=59 right=260 bottom=488
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 20
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Target Field
  88.  
  89.  
  90. -- part 152 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=447 top=28 right=52 bottom=483
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 1011 / 1011
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: New Button
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   play harpsichord c4
  105.   visual effect venetian blinds to gray
  106.   go to card id 5341
  107. end mouseUp
  108.  
  109.  
  110.  
  111.  
  112. -- part 154 (field)
  113. -- low flags: 00
  114. -- high flags: 2004
  115. -- rect: left=26 top=61 right=315 bottom=305
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 20
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Target Field
  124.  
  125.  
  126. -- part 159 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=19 top=16 right=51 bottom=63
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 1008 / 1008
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Home
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  141.   if it is "Card" then
  142.     doMenu "Print Card"
  143.   end if
  144.   if it is "Scroll Bar" then
  145.     put card field id 160 into PrintThis
  146.     visual barn door open to card
  147.     go to card "Print Card"
  148.     put PrintThis into card field id 1
  149.   end if
  150.   if it is "Cancel" then
  151.     exit mouseUp
  152.   end if
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 160 (field)
  158. -- low flags: 80
  159. -- high flags: 0007
  160. -- rect: left=37 top=138 right=307 bottom=298
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 0
  164. -- font id: 3
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: Print Field
  169.  
  170.  
  171. -- part 161 (field)
  172. -- low flags: 00
  173. -- high flags: 2004
  174. -- rect: left=320 top=70 right=196 bottom=486
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 0
  178. -- font id: 20
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: 
  183.  
  184.  
  185. -- part 162 (field)
  186. -- low flags: 00
  187. -- high flags: 0000
  188. -- rect: left=13 top=30 right=50 bottom=490
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: 
  197.  
  198.  
  199. -- part 163 (button)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=26 top=61 right=87 bottom=302
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: 
  211.  
  212.  
  213. -- part 164 (button)
  214. -- low flags: 00
  215. -- high flags: 0000
  216. -- rect: left=27 top=96 right=162 bottom=303
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 0 / 0
  219. -- text alignment: 1
  220. -- font id: 0
  221. -- text size: 12
  222. -- style flags: 0
  223. -- line height: 16
  224. -- part name: 
  225.  
  226.  
  227. -- part 165 (button)
  228. -- low flags: 00
  229. -- high flags: 0000
  230. -- rect: left=26 top=175 right=212 bottom=303
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 1
  234. -- font id: 0
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: 
  239.  
  240.  
  241. -- part 166 (button)
  242. -- low flags: 00
  243. -- high flags: 0000
  244. -- rect: left=27 top=224 right=258 bottom=302
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 1
  248. -- font id: 0
  249. -- text size: 12
  250. -- style flags: 0
  251. -- line height: 16
  252. -- part name: 
  253.  
  254.  
  255. -- part 167 (button)
  256. -- low flags: 00
  257. -- high flags: 0000
  258. -- rect: left=26 top=273 right=307 bottom=303
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: 
  267.  
  268.  
  269. -- part contents for card part 131
  270. ----- text -----
  271.  
  272.   ‚Ä¢  Design and graphic art companies
  273.   ‚Ä¢  Design and graphic departments
  274.      within large organizations
  275.   ‚Ä¢  Copy and printing services
  276.   ‚Ä¢  Small publishers who produce 
  277.       newsletter or campus publications
  278.   ‚Ä¢  Professional Service firms
  279.  
  280.  
  281. -- part contents for card part 135
  282. ----- text -----
  283. Click the Market on the left you would like more information on.
  284.  
  285. -- part contents for card part 154
  286. ----- text -----
  287. ‚Ä¢  Corporate Accounts...for in-house publications.
  288.  
  289. ‚Ä¢  Government...for Census Bureau population 
  290.    statistics and archives.  Also other departments  
  291.    like Transportation and Defense for mapping 
  292.    purposes.
  293.  
  294. ‚Ä¢  Engineering and Science...for design specifications 
  295.    and research data storage.
  296.  
  297. ‚Ä¢  Health Care...for drug and diagnostic reference 
  298.    databases etc.
  299.  
  300. ‚Ä¢  Law... for Federal and State code, contract and form 
  301.    boilerplates ect.
  302.  
  303.  
  304.  
  305. -- part contents for card part 160
  306. ----- text -----
  307.  
  308. ‚Ä¢  Corporate Accounts...for 
  309.     in-house publications.
  310.  
  311. ‚Ä¢  Government...for Census 
  312.     Bureau population 
  313.     statistics and archives.  
  314.     Also other departments 
  315.     like Transportation and 
  316.     Defense for mapping 
  317.     purposes.
  318.  
  319. ‚Ä¢  Engineering and Science...
  320.    for design specifications    
  321.    and research data storage.
  322.  
  323. ‚Ä¢  Health Card...for drug 
  324.    and diagnostic reference 
  325.    databases etc.
  326.  
  327. ‚Ä¢  Law... for Federal and 
  328.    State code, contract and 
  329.    form boilerplates ect.
  330.  
  331. Since title development and customer awareness will take time to occur, the marketing strategy will be a focussed one, concentrating on the present target markets identified above, which are Apple‚Äôs traditional strongholds.
  332.  
  333.  
  334.  
  335. -- part contents for card part 161
  336. ----- text -----
  337. Since title development and customer awareness will take time to occur, the marketing strategy will be a focussed on, concentrating on the Present Target markets, which are Apple‚Äôs traditional strongholds.
  338.  
  339.  
  340.  
  341. -- part contents for card part 162
  342. ----- text -----
  343. Emerging Market Opportunities